Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--add-files オプションを入れてみました。 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ongaeshi
Copy link

こんばんは、gem-compileいいですね、こういうのが欲しかったです。

今、rroongaという他の方が作ったgemパッケージの
Windowsバイナリ版を作っていて、使わせてもらっています。

rroonga gemには、非コンパイル済みのものには含める必要がないけど、
コンパイル済みのgemには入れたいファイルが.so以外にもあり、
そのままでは上手くいきませんでした。

そこで、--add-files というオプションを追加してみました。
通常版には含めないけど、コンパイル済みのgemパッケージに含めるものを追加することが出来ます。
例えば、rroonga gem における、vendor/local 等がそれに当たります。

gem compile --add-files vendor/local rroonga-1.0.8.gem

のように使うイメージです。

良かったら本家に取り込んで頂けると嬉しいです、それでは。

…kage can be specified. ex. vendor/local in rroonga gem etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant